SftTree/NET 2.0

Columns Property, LeftPane Class

Softel vdm, Inc.

Defines the number of columns displayed in the left pane.

Syntax      LeftPane Class (Softelvdm.SftTreeNET)

VB   

Public Property Columns As Integer

C#   

public int Columns { get; set; }

C++   

public: property int Columns {
        int get();
        void set(int value);
}

Property Value

The number of columns displayed in the left pane.

Comments

The Columns property defines the number of columns displayed in the left pane.

By defining the number of columns in the left pane, the total number of columns in the right pane (Splitter.Right.Columns) is automatically updated.

The total number of columns available in a tree control is defined using the Columns.Count property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com